NCommandBuilderCollection<T> Class Methods
In This Topic
For a list of all members of this type, see NCommandBuilderCollection<T> members.
Public Methods
| Name | Description |
| Add | Adds the given command builder to this collection. |
| AddNoNull | Adds the given command builder to this collection. |
| IndexOf | Returns the index of the command builder with the given name or -1 if such command builder does not exist in this collection. |
| Insert | Inserts the given command builder at the specified index. |
| Remove | Overloaded. Finds a command builder with the given name and if found removes it from this collection and returns true, otherwise the method does nothing and returns false. |
| RemoveAt | Removes the command builder at the given index. |
Top
See Also